Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC][libc][stdlib] LLVM_LIBC_SRC_STDLIB_LDIV_H -> LLVM_LIBC_SRC_STDL… #95038

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

PiJoules
Copy link
Contributor

…IB_FREE_H

@llvmbot
Copy link
Collaborator

llvmbot commented Jun 10, 2024

@llvm/pr-subscribers-libc

Author: None (PiJoules)

Changes

…IB_FREE_H


Full diff: https://github.com/llvm/llvm-project/pull/95038.diff

1 Files Affected:

  • (modified) libc/src/stdlib/free.h (+1-1)
diff --git a/libc/src/stdlib/free.h b/libc/src/stdlib/free.h
index f802f1d192d81..b3970fd967740 100644
--- a/libc/src/stdlib/free.h
+++ b/libc/src/stdlib/free.h
@@ -17,4 +17,4 @@ void free(void *ptr);
 
 } // namespace LIBC_NAMESPACE
 
-#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
+#endif // LLVM_LIBC_SRC_STDLIB_FREE_H

@PiJoules PiJoules merged commit 076a50a into llvm:main Jun 10, 2024
6 of 7 checks passed
@PiJoules PiJoules deleted the fix-LLVM_LIBC_SRC_STDLIB_FREE_H branch June 10, 2024 22:00
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Jun 12, 2024
@HerrCai0907 HerrCai0907 mentioned this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants